home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / dsk_util / _b1 / tame260 / tame_run.bat < prev    next >
DOS Batch File  |  1989-03-28  |  223b  |  15 lines

  1. @echo off
  2. if (%1) == () Echo Usage: %0 command_line
  3. if (%1) == () goto exit
  4.  
  5. :* Load Tame into memory
  6. Tame-Res
  7.  
  8. :* Run the program
  9. %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.  
  11. :* Unload Tame from memory
  12. Tame /Uninstall
  13.  
  14. :exit
  15.